home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Ice Princess Press Kit
/
Ice Princess Press Kit.iso
/
pc
/
program.dxr
/
Internal_15_Pic_Save Selector Behavior.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-03-02
|
314 b
|
24 lines
global gPhotolist
on dosomething
frmRef = the frameLabel
if gPhotolist.getPos(frmRef) > 0 then
gPhotolist.deleteOne(frmRef)
else
gPhotolist.add(frmRef)
end if
end
on mouseUp me
dosomething()
sound(3).play(member("Shutter"))
end
on mouseEnter
cursor(280)
end
on mouseLeave
cursor(0)
end